home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / t3_1 / apollot.lha / apollot_sr10 / bsdenvset.csh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1990-07-03  |  787b  |  25 lines

  1. #! /bin/csh -f
  2. #
  3. # This script creates top-level links to the T system and source code 
  4. # directories.  The source code links agree with the conventions observed
  5. # by WHERE-DEFINED and by scripts for rebuilding T from sources.
  6. # Site installers should replace "local_sources" and "local_tsystem" below 
  7. # with their local absolute pathnames for these directories.
  8.  
  9. # ln -s ~/local_sources        ~/t3
  10. ln -s ~/t3.1/sources        ~/t3
  11.  
  12. # ln -s ~/local_tsystem        ~/tsystem
  13. # already done.
  14.  
  15. ln -s ~/t3/link            ~/link
  16. ln -s ~/t3/comp/assembler    ~/assembler
  17. ln -s ~/t3/comp/back_end    ~/back_end
  18. ln -s ~/t3/comp/top        ~/top
  19. ln -s ~/top            ~/orbit_top
  20. ln -s ~/t3/comp/front_end    ~/front_end
  21. ln -s ~/t3/comp/primops        ~/t3_primops
  22. ln -s ~/t3/comp/build        ~/build
  23. ln -s ~/t3/sys            ~/osys
  24. ln -s ~/t3/scheme        ~/tscheme
  25.